Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 8 - Light Objects / Light Objects Reference
Light Objects Routines / Managing Point Lights


Q3PointLight_New

You can use the Q3PointLight_New function to create a new point light.

TQ3LightObject Q3PointLight_New (
const TQ3PointLightData *pointLightData);
pointLightData
A pointer to a point light data structure.
DESCRIPTION
The Q3PointLight_New function returns, as its function result, a new point light having the characteristics specified by the pointLightData parameter.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996